home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / prog_d / ptools12.zip / ACTDEF.DFM / ACTDEF.txt
Text File  |  1996-02-02  |  7KB  |  319 lines

  1. object ActDefDlg: TActDefDlg
  2.   Left = 233
  3.   Top = 385
  4.   ActiveControl = NextButton
  5.   BorderStyle = bsDialog
  6.   Caption = 'Action Definition'
  7.   ClientHeight = 223
  8.   ClientWidth = 325
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   TextHeight = 16
  19.   object Sample: TPaintBox
  20.     Left = 8
  21.     Top = 12
  22.     Width = 92
  23.     Height = 73
  24.     OnPaint = SamplePaint
  25.   end
  26.   object NextButton: TBitBtn
  27.     Left = 236
  28.     Top = 184
  29.     Width = 77
  30.     Height = 27
  31.     Caption = '&Next'
  32.     TabOrder = 0
  33.     OnClick = NextClick
  34.     Margin = 2
  35.     Style = bsNew
  36.     Spacing = -1
  37.   end
  38.   object PrevButton: TBitBtn
  39.     Left = 152
  40.     Top = 184
  41.     Width = 77
  42.     Height = 27
  43.     Caption = '&Prev'
  44.     Enabled = False
  45.     TabOrder = 1
  46.     OnClick = PrevClick
  47.     Glyph.Data = {
  48.       B6010000424DB601000000000000760000002800000028000000100000000100
  49.       0400000000004001000000000000000000001000000000000000000000000000
  50.       80000080000000808000800000008000800080800000C0C0C000808080000000
  51.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  52.       44777777777777777777FF7777777777777777746477777777777777777F7F77
  53.       7777777777777746647777777777777777F77F77777777777777746664777777
  54.       777777777F777F7777777777777746666477777777777777F7777F7777777777
  55.       77746666647777777777777F77777F77777777777746666664777777777777F7
  56.       77777F7777777777746666666477777777777F7777777F77777777777E666666
  57.       647777777777787777777F777777777777E66666647777777777778777777F77
  58.       77777777777E6666647777777777777877777F77777777777777E66664777777
  59.       7777777787777F777777777777777E66647777777777777778777F7777777777
  60.       777777E6647777777777777777877F77777777777777777E6477777777777777
  61.       77787F777777777777777777E677777777777777777787777777}
  62.     Margin = 2
  63.     NumGlyphs = 2
  64.     Style = bsNew
  65.     Spacing = -1
  66.   end
  67.   object bbCancel: TBitBtn
  68.     Left = 8
  69.     Top = 184
  70.     Width = 77
  71.     Height = 27
  72.     TabOrder = 2
  73.     OnClick = bbCancelClick
  74.     Kind = bkCancel
  75.     Margin = 2
  76.     Style = bsNew
  77.     Spacing = -1
  78.   end
  79.   object Notebook: TNotebook
  80.     Left = 116
  81.     Top = 12
  82.     Width = 197
  83.     Height = 153
  84.     PageIndex = 5
  85.     TabOrder = 3
  86.     object TPage
  87.       Left = 0
  88.       Top = 0
  89.       Caption = 'Select'
  90.       object Label1: TLabel
  91.         Left = 8
  92.         Top = 16
  93.         Width = 98
  94.         Height = 16
  95.         Caption = 'Select an action:'
  96.       end
  97.       object cbActionsList: TComboBox
  98.         Left = 16
  99.         Top = 40
  100.         Width = 140
  101.         Height = 24
  102.         Style = csDropDownList
  103.         ItemHeight = 16
  104.         Items.Strings = (
  105.           'MultMedia Frame'
  106.           'Execute a program'
  107.           'Play an Audio'
  108.           'Short Description'
  109.           'BookMark'
  110.           'Close'
  111.           'None')
  112.         TabOrder = 0
  113.         OnChange = cbActionsListChange
  114.       end
  115.     end
  116.     object TPage
  117.       Left = 0
  118.       Top = 0
  119.       Caption = 'New Frame'
  120.       object Label3: TLabel
  121.         Left = 8
  122.         Top = 16
  123.         Width = 91
  124.         Height = 16
  125.         Caption = 'What to include'
  126.       end
  127.       object cbAudio: TCheckBox
  128.         Left = 12
  129.         Top = 60
  130.         Width = 61
  131.         Height = 13
  132.         Caption = 'Audio'
  133.         Font.Color = clWindowText
  134.         Font.Height = -13
  135.         Font.Name = 'MS Sans Serif'
  136.         Font.Style = []
  137.         ParentFont = False
  138.         TabOrder = 1
  139.         OnClick = MMClick
  140.       end
  141.       object cbPicture: TCheckBox
  142.         Left = 12
  143.         Top = 40
  144.         Width = 61
  145.         Height = 13
  146.         Caption = 'Picture'
  147.         Font.Color = clWindowText
  148.         Font.Height = -13
  149.         Font.Name = 'MS Sans Serif'
  150.         Font.Style = []
  151.         ParentFont = False
  152.         TabOrder = 0
  153.         OnClick = MMClick
  154.       end
  155.     end
  156.     object TPage
  157.       Left = 0
  158.       Top = 0
  159.       Caption = 'Existing Frame'
  160.       object Label2: TLabel
  161.         Left = 8
  162.         Top = 16
  163.         Width = 83
  164.         Height = 16
  165.         Caption = 'Existing frame'
  166.       end
  167.       object Label7: TLabel
  168.         Left = 8
  169.         Top = 88
  170.         Width = 14
  171.         Height = 16
  172.         Caption = 'Or'
  173.       end
  174.       object cbFrameList: TComboBox
  175.         Left = 16
  176.         Top = 40
  177.         Width = 140
  178.         Height = 24
  179.         Style = csDropDownList
  180.         ItemHeight = 16
  181.         Items.Strings = (
  182.           'Form3')
  183.         TabOrder = 0
  184.       end
  185.       object bbNewFrame: TBitBtn
  186.         Left = 16
  187.         Top = 112
  188.         Width = 140
  189.         Height = 25
  190.         Caption = 'New Frame'
  191.         TabOrder = 1
  192.         OnClick = bbNewFrameClick
  193.         Style = bsNew
  194.       end
  195.     end
  196.     object TPage
  197.       Left = 0
  198.       Top = 0
  199.       Caption = 'Execute'
  200.       object Label4: TLabel
  201.         Left = 8
  202.         Top = 5
  203.         Width = 89
  204.         Height = 16
  205.         Caption = 'Program name'
  206.       end
  207.       object SpeedButton1: TSpeedButton
  208.         Left = 165
  209.         Top = 23
  210.         Width = 20
  211.         Height = 24
  212.         Caption = '...'
  213.         Font.Color = clWindowText
  214.         Font.Height = -13
  215.         Font.Name = 'Times New Roman'
  216.         Font.Style = [fsBold]
  217.         ParentFont = False
  218.         OnClick = SpeedButton1Click
  219.       end
  220.       object Label5: TLabel
  221.         Left = 8
  222.         Top = 59
  223.         Width = 99
  224.         Height = 16
  225.         Caption = 'Working Dirctory'
  226.       end
  227.       object Label6: TLabel
  228.         Left = 8
  229.         Top = 104
  230.         Width = 70
  231.         Height = 16
  232.         Caption = 'Parameters'
  233.       end
  234.       object txFileName: TEdit
  235.         Left = 8
  236.         Top = 23
  237.         Width = 153
  238.         Height = 24
  239.         TabOrder = 0
  240.         Text = 'txFileName'
  241.       end
  242.       object txWorkDir: TEdit
  243.         Left = 8
  244.         Top = 79
  245.         Width = 153
  246.         Height = 24
  247.         TabOrder = 1
  248.         Text = 'txWorkDir'
  249.       end
  250.       object txParam: TEdit
  251.         Left = 8
  252.         Top = 123
  253.         Width = 153
  254.         Height = 24
  255.         TabOrder = 2
  256.         Text = 'txParam'
  257.       end
  258.     end
  259.     object TPage
  260.       Left = 0
  261.       Top = 0
  262.       Caption = 'Play Wave'
  263.       object Label8: TLabel
  264.         Left = 8
  265.         Top = 16
  266.         Width = 163
  267.         Height = 16
  268.         Caption = 'Select an audio component'
  269.       end
  270.       object cbWaveList: TComboBox
  271.         Left = 16
  272.         Top = 40
  273.         Width = 140
  274.         Height = 24
  275.         Style = csDropDownList
  276.         ItemHeight = 16
  277.         TabOrder = 0
  278.       end
  279.       object bbPlayWave: TBitBtn
  280.         Left = 16
  281.         Top = 96
  282.         Width = 140
  283.         Height = 25
  284.         Caption = 'Play'
  285.         TabOrder = 1
  286.         OnClick = bbPlayWaveClick
  287.         Style = bsNew
  288.       end
  289.     end
  290.     object TPage
  291.       Left = 0
  292.       Top = 0
  293.       Caption = 'Desc'
  294.       object Label9: TLabel
  295.         Left = 8
  296.         Top = 16
  297.         Width = 144
  298.         Height = 16
  299.         Caption = 'Type a short description'
  300.       end
  301.       object txDesc: TEdit
  302.         Left = 16
  303.         Top = 39
  304.         Width = 153
  305.         Height = 24
  306.         TabOrder = 0
  307.         Text = 'txDesc'
  308.       end
  309.     end
  310.   end
  311.   object OpenDialog1: TOpenDialog
  312.     DefaultExt = 'EXE'
  313.     Filter = '*.exe;*.bat|*.EXE;*.BAT|*.exe|*.EXE|*.bat|*.BAT'
  314.     Options = [ofReadOnly, ofHideReadOnly, ofFileMustExist]
  315.     Left = 108
  316.     Top = 184
  317.   end
  318. end
  319.